current node

英 [ˈkʌrənt nəʊd] 美 [ˈkɜːrənt noʊd]

电流波节

电力



双语例句

  1. We can define the answer as the sum of the rest of the list plus the contents of the current node.
    我们可以将答案定义为当前节点的内容加上列表中其余部分的和。
  2. The XPath statement to select all of the elements (// book) uses two forward slashes (//) to specify that all matching nodes, starting from the current node ( root in the example), are to be found.
    用于选择所有元素的XPath语句(//book)使用两个斜杠(//),来指定从当前节点(本例中是root)开始、所有匹配的节点都会被找到。
  3. After the recursive call completes, we add the value of the current node to the results of the recursive call.
    递归调用之后,我们将当前节点的值加到递归调用的结果上。
  4. It can perform either a deep comparison that recursively compares the trees below the current node, or a quick comparison that stops at the current node.
    通过递归地比较当前节点下的树,该方法可以执行更深一步的比较,或者只是执行停留在当前节点的这种快速比较。
  5. In addition to visiting each node, the visitor must decide which nodes should be visited as children of the current node.
    除了访问各节点之外,访问者还必须决定应将哪些节点作为当前节点的子节点访问。
  6. The Errors tab provides a mechanism for reviewing errors related to the current node.
    Errors选项卡提供一种机制来审查与当前节点相关的错误。
  7. The domain displays all the ER domain nodes that are known by the current node.
    该域将显示当前节点知道的所有ER域节点。
  8. Note that, even when using iterparse, it is possible to use XPath predicates based on looking ahead of the current node.
    注意,即使使用了iterparse,仍然可以根据当前的节点使用XPath谓词。
  9. The Apply tab shows the information about replicated transactions being applied at the current node.
    Apply选项卡显示关于应用到当前节点的已复制事务的信息。
  10. If the current node has the string, that's a base case ( returning "true").
    如果当前节点拥有那个字符串,则那就是基线条件(返回“true”)。
  11. This one grabs the current node's title attribute ( remember, the context is important here), and returns its value, which is then output.
    该表达式取得当前节点的title属性(要记住,在这里上下文很重要)并返回其值,然后输出这个值。
  12. One thing to note is that the jQuery closest() method works more like XPath's ancestor-or-self; it will include the current node if it matches.
    有一件事要注意,jQueryclosest()方法的行为很像XPath的ancestor-or-self;如果匹配的话,它将包含当前节点。
  13. Each template ( xsl: template) or iteration ( xsl: for-each) is instantiated with a current node.
    每一个模板(xsl:template)或迭代(xsl:for-each)都通过一个当前节点实例化。
  14. This production grabs the raw text value of the integer it's just encountered from t.image and uses your setText() setter to store that string in the current node.
    该结果抓取它刚在t.image中遇到的整数的原始文本值,并使用您的setText()setter方法将该字符串存储到当前节点中。
  15. The current node works like an implicit parameter.
    当前节点就像是一个隐式参数。
  16. You are able to rsh or ssh from the current node to the remote node.
    您能够通过rsh或ssh命令从当前节点访问远程节点。
  17. This is a variation of replication strategy where the regular commits are for the current node and the code can trigger replication at a logical point.
    这是复制策略的一种变化,其中常规提交是针对当前节点的,而这个节点可以逻辑点触发复制。
  18. All relative XPath expressions are evaluated starting from this current node.
    所有相对XPath表达式都从这个当前节点开始进行计算。
  19. The current node (.) now returns the whole element.
    当前节点(.)现在返回了整个元素。
  20. The current node always points to the node to which the templates apply.
    当前节点总是指向模板所应用的节点。
  21. You do this by using instructions that change the current node& xsl: template and xsl: for-each.
    具体方法是使用指令修改当前节点&xsl:template和xsl:for-each。
  22. The program needs to check and see if the current node is the NULL list.
    程序需要检查确认当前节点是否为NULL列表。
  23. Determines the types that the current Node Type is based upon.
    确定当前节点类型所基于的类型。
  24. The lookupNamespaceURI() method returns the namespace matching the specified prefix on the current node.
    方法的作用是:返回与当前节点指定的前缀相匹配的命名空间。
  25. The current node is not an element node. Cannot set attribute on any other type of node.
    当前节点不是元素节点。无法在任何其他类型的节点上设置属性。
  26. This will delete all of the current node's children, do you wish to continue?
    此操作将删除当前节点的所有子节点,您要继续吗?
  27. If this attribute is left unspecified, all children of the current node are selected.
    如果未指定此属性,将选择当前节点的所有子级。
  28. Determines the name of the Type definition that the current Node Type is based upon.
    确定作为当前节点类型基础的类型定义的名称。
  29. Object that contains the schema information for the current node.
    对象,包含当前节点的架构信息。
  30. When removing the current node all resources in the group must either be offline or failed.
    删除当前节点时,组中所有资源必须脱机或失败。